/* Reset CSS
 * --------------------------------------- */

@charset "utf-8";
a:hover {
  color: #3066bf;
}
a:active,
a:focus,
a:hover {
  color: #3066bf;
}
.title {
  text-align: center;
}
.title h2 {
  font-size: 8rem;
  color: #d8d8d8;
  line-height: 1px;
  font-weight: bold;
  text-transform: uppercase;
}
.title h3 {
  margin-top: -2.5rem;
  color: #010101;
  font-size: 3rem;
  font-weight: 500;
}
.title span {
  color: #919191;
}
.abcy {
  background-image: url(../img/zbcytpbg.jpg);
  background-repeat: no-repeat;
  background-position: left ;
  border-bottom: 1px solid #e9e9e9;
  font-size: 2.2rem;
  text-indent: 2em;
  font-weight: 400;
  color: #fff;
}
.zbwrap {
  width: 1400px;
  margin: auto;
}
/*wangzhibo  2020/10/16  集团产业*/
.nav-s {
  position: fixed;
  top: 130px;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.75);

  text-align: center;
  padding: 0;
  font-size: 0;
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition: all 0.3s;
}
.nav-s .center {
  left: -9.6%;
}
.nav-s.navlists {
  padding: 24px 0;
  opacity: 1;
  height: 180px;
}
#win .nav-s .hot {
  margin-right: 40px;
  width: 272px;
  overflow: hidden;
  border-radius: 5px;
}
.zbtopnav .nav ul li .nav-s dd a{
  line-height: 2.8;
}
.nav-s .hot img {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.nav-s .hot:hover img {
  -webkit-transform: scale(1.04);
  -ms-transform: scale(1.04);
  -o-transform: scale(1.04);
  transform: scale(1.04);
}
.nav-s .link {
  font-size: 14px;
  color: #666;
  line-height: 30px;
}
.nav-s .link dl {
  float: left;
  text-align: left;
  width: 350px;
}
.nav-s .link table {
  text-align: left;
}
.nav-s .link th {
  font-size: 16px;
  color: #333;
  padding-bottom: 10px;
  font-weight: normal;
}
.nav-s .link2 {
  border-left: 1px solid #eee;
  padding-left: 40px;
}
.nav-s .link2 .child {
  display: inline-block;
  width: 140px;
  text-align: left;
}
.nav-s .shop {
  padding: 10px 0 15px;
}
.nav-s .shop a {
  margin: 0 135px;
  color: #fff;
}
.nav-s .shop a:hover {
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=0.2);
  -webkit-filter: grayscale(20%);
}
.nav-s a {
  font-size: 16px;
}
.nav-s a:hover {
  color: #3e2624;
}
.nav-s .center,
.nav-s .hot,
.nav-s .link {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
}
.nav-s .link.rhab dl{
      width: 170px;
}
.nav-s .link.rhab dl dd{
  width: 100%;
}
.nav-s .link dl dt,
.nav-s .link dl dd {
  width: 44%;
  float: left;
}
.nav-s .link2 dl dt,
.nav-s .link2 dl dd {
  width: 85px;
}
.nav-s .link dl dt,
.nav-s .link p {
  font-size: 16px;
  color: #333;
  padding-bottom: 10px;
  font-weight: normal;
  text-align: left;
}
.nav-s .link td,
.nav-s .link th {
  width: 135px;
}
.nav-s .link2 td,
.nav-s .link2 th {
  width: 85px;
}
.zbtopnav .nav ul li .nav-s a {
  color: #fff;
  transition: all 0.3s;
  width: 170px;

}
.zbtopnav .nav ul li .nav-s a:hover {
  color: #3b86ff;
  font-weight: bold;
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding: 0 0;
  z-index: 999;
  background: rgba(10, 10, 10, 0.2);
  transform: unset;
}
.navBox {
  position: relative;
  padding-top: 40px;
}
.nav_transform1 {
  width: 80%;
  float: left;
}
/*头部*/
.zbtopnav {
  max-width: 100%;
  width: 100%;
  height: 130px;
  line-height: 130px;

}
.zbtopnav .padd {
  padding-left: 6.125%;

}
.zbtopnav .logo {
  width: 13%;
  float: left;
}
.zbtopnav .logo a {
  line-height: unset;
}
.zbtopnav .logo img {
  vertical-align: middle;
  max-width: 185px;
}
.zbtopnav .nav {
  width: 87%;
  float: left;
  display: block;
  position: relative;
}
.zbtopnav .nav ul {
  float: left;
  width: 66.3%;
  display: flex;
  padding-left: 3.5%;
}
.zbtopnav .nav ul li {
  float: left;
  margin: 0  3.8%;
}
.zbtopnav .nav ul li > a {
  min-width: 70px;
  font-weight: 500;
  transition: all 0.3s;
  font-size: 16px;
  color: #FFF;
  padding: 0 2px;
  position: relative;
  display: inline-block;
}
.zbtopnav .nav ul li > a:after {
  content: '';
  display: block;
  width: 0;
  height: 3px;
  background-color: #194c9f;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: .3s;
  -o-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.zbtopnav .nav ul li > a.active {
  color: #194c9f;
}
.zbtopnav .nav ul li > a.active::after {
  width: 100%;
}
.zbtopnav .nav ul li:hover > a {
  color: #194c9f;
}
.zbtopnav .nav ul li:hover > a::after {
  width: 100%;
}
.zbtopnav .nav .topcall {
  width: 29%;
  float: left;
}
.zbtopnav .nav .topcall .tel {
  color: #FFF;
  padding-left: 10px;
  margin-left: 14%;
  margin-right: 1%;
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
  transition: all 0.3s;
}
.zbtopnav .nav .topcall .tel:hover {
  color: #FFF;
}
.zbtopnav .nav .topcall img {
  margin-right: 5px;
  vertical-align: middle;
}
.zbtopnav .nav .topcall .nav-btn {
  float: right;
  overflow: hidden;
}
.zbtopnav .nav .topcall .nav-btn .lines {
  width: 48px;
  line-height: 1.5;
  vertical-align: middle;
  display: inline-block;
}
.zbtopnav .nav .topcall .nav-btn .lines span {
  height: 3px;
  display: inline-block;
  border-radius: 3px;
  background-color: #fff;
  transition: all 0.3s;
}
.zbtopnav .nav .topcall .nav-btn .lines span:nth-child(1) {
  width: 50%;
  text-align: right;
  float: right;
}
.zbtopnav .nav .topcall .nav-btn .lines span:nth-child(2) {
  width: 100%;
  /* margin-bottom: -3px; */
}
.zbtopnav .nav .topcall .nav-btn .lines span:nth-child(3) {
  width: 50%;
  text-align: left;
}
.zbtopnav .nav .topcall .nav-btn .mnav {
  width: 22px;
  vertical-align: middle;
  color: #fff;
  writing-mode: horizontal-tb;
  text-align: right;
  display: inline-block;
  line-height: 2;
}
.zbtopnav .nav .topcall .nav-btn:hover .lines span {
  width: 100%;
  background-color: #FFF;
}
.zbtopnav .nav .topcall .nav-btn:hover .mnav {
  color: #FFF;
}
.zbtopnav::after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
#indexmain {
  /*列表页banner*/
}
#indexmain.listbg {
  background-image: url(../img/jiyu.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  padding-bottom: 75rem;
}
#indexmain .museum {
  background-image: url(../img/zbtop1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
#indexmain .property {

  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
#indexmain .hotel {
  background-image: url(../img/zbtop3.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
#indexmain .business {
  background-image: url(../img/zbtop4.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
#indexmain .wuye {
  background-image: url(../img/zbtop5.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
#indexmain .school {

  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
#indexmain .study {
  background-image: url(../img/zbtop7.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
#indexmain .travel {
  background-image: url(../img/zbtop8.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
#indexmain .fp-tableCell {

  vertical-align: center;
}
#indexmain .footer {
  padding: 0;
}
#indexmain .footer .span-12 {
  width: 100%;
}
#indexmain .footer .fp-tableCell {
  background: none;
  vertical-align: bottom;
}
#indexmain .p-section__in {
  padding: 3% 10%;
  color: #fff;
  opacity: 0;
  margin-bottom: 100px;
  transition: all 0.7s ;
}
#indexmain .p-section__in .p-section__header {
  border: 2px solid #dedede;
  width: 19.8%;
  text-align: center;
  line-height: 3.5;
  font-weight: 400;
  margin-right: 5%;
  display: inline-block;
  vertical-align: top;
  transition: all 0.3s;
}
#indexmain .p-section__in .p-section__header a {
  display: inline-block;
  width: 100%;
  color: #fff;
}
#indexmain .p-section__in .p-section__header:hover {
  border-radius: 10px;
  background-color: #3066bf;
  border: 2px solid #3066bf;
}
#indexmain .p-section__in .p-section__text {
  width: 74%;
  font-size: 20px;
  display: inline-block;
  vertical-align: top;
}
#indexmain .p-section__in .p-section__text a {
  display: inline-block;
  padding: 1.5rem 3rem;
  color: #000;
  margin-right: 1rem;
  margin-bottom: 1rem;
  transition: all 0.3s;
  background-color: rgba(255, 255, 255, 0.8);
}
#indexmain .p-section__in .p-section__text a:hover {
  background-color: #ffffff;
}
#indexmain .p-section__in .p-section__text p {
  text-indent: 2em;
}
#indexmain .p-section__in .help-block {
  padding-left: 13rem;
}
#indexmain .p-section__in .help-block:hover {
  filter: contrast(2);
}
#indexmain #job {
  color: #333;
}
#indexmain #job .crumbs .f-fl span {
  display: inline-block;
  padding-left: 5px;
  border-left: 4px solid #3066bf;
}
#indexmain #job .crumbs .f-oh {
  padding: 11px 0;
  border-bottom: 1px solid #ededed;
}
#indexmain #job .jobtable {
  overflow: hidden;
}
#indexmain #job .jobtable table {
  margin: 50px auto;
  width: 100%;
}
#indexmain #job .jobtable table tr {
  transition: all 0.3s;
  background-color: #dcdcdc;
}
#indexmain #job .jobtable table tr:first-child {
  line-height: 4.45;
}
#indexmain #job .jobtable table tr:first-child th {
  font-size: 18px;
  font-weight: 500;
  background-color: #194c9f;
  color: #fff;
  text-align: center;
}
#indexmain #job .jobtable table tr:first-child th:nth-child(2n) {
  background-color: #003c9e;
}
#indexmain #job .jobtable table tr:nth-child(2n) {
  background-color: #ececec;
}
#indexmain #job .jobtable table tr td {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  padding: 28px;
}
#indexmain #job .jobtable table tr td:nth-child(1) {
  text-align: center;
}
#indexmain #job .jobtable table tr td:nth-child(2) {
  text-align: center;
}
#indexmain #job .jobtable table tr:hover {
  background-color: #ccc;
}
#indexmain .cybanner {
  background-image: url(../img/cynavbanner.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 129px;
}
#indexmain .cybanner .crumbs {
  width: 1400px;
  height: 375px;
  margin: auto;
  position: relative;
}
#indexmain .cybanner .zbcy {
  position: absolute;
  display: inline-block;
  padding: 2rem 4rem;
  color: #fff;
  right: 0%;
  bottom: 0;
  text-align: left;
  background-color: rgba(0, 0, 0, 0.5);
}
#indexmain .cybanner .zbcy h5 {
  font-size: 4rem;
  font-weight: 400;
  color: #fff;
}
#indexmain .cybanner .zbcy h5::after {
  content: "";
  display: inline-block;
  width: 10rem;
  height: 3px;
  background-color: #3066bf;
  margin: 0 8rem 0 3rem;
  vertical-align: super;
}
#indexmain .cybanner .zbcy span {
  text-transform: uppercase;
}
#indexmain #cylist {
  /*内页banner*/
}
#indexmain #cylist .crumbs .f-fl span {
  display: inline-block;
  padding-left: 5px;
  border-left: 4px solid #3066bf;
}
#indexmain #cylist .crumbs .f-oh {
  padding: 11px 0;
  border-bottom: 1px solid #ededed;
}
#indexmain #cylist .cynavtab {
  padding: 0 10%;
  text-align: center;
  margin: auto;
  border-bottom: 1px solid #ededed;
}
#indexmain #cylist .cynavtab a {
  line-height: 4;
  margin: 0 2%;
  padding: 0 1%;
  display: inline-block;
  border-bottom: 1px solid #fff;
}
#indexmain #cylist .cynavtab a:hover {
  color: #3066bf;
  border-bottom: 1px solid #3066bf;
}
#indexmain #cylist .cynavtab a.active {
  color: #3066bf;
  border-bottom: 1px solid #3066bf;
}
#indexmain #cylist .box_dc_info {
  text-align: center;
  padding: 2rem 3rem;
}
#indexmain #cylist .box_dc_info h5 {
  font-weight: 400;
  font-size: 3.5rem;
  line-height: 2.2;
  background-image: url(../img/dcinfo.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
}
#indexmain #cylist .box_dc_info h6 {
  font-size: 2.4rem;
  margin: 3rem 0 2rem;
}
#indexmain #cylist .box_dc_info .dconsinfo {
  font-size: 1.8rem;
  color: #393939;
  line-height: 1.98;
}
#indexmain #cylist .box_dc_info .dconsinfo p {
  font-size: 1.8rem;
}
#indexmain #cylist .dcgirls {
  margin: 8rem 0 ;
  text-align: center;
}
#indexmain #cylist .dcgirls h2 {
  font-size: 8rem;
  color: #d8d8d8;
  line-height: 1px;
  font-weight: bold;
  text-transform: uppercase;
}
#indexmain #cylist .dcgirls h3 {
  margin-top: -2.5rem;
  color: #010101;
  font-size: 3rem;
  font-weight: 500;
}
#indexmain #cylist .dcgirls span {
  color: #919191;
}
#indexmain #cylist .dcgirls .abcloumn {
  margin-top: 4rem;
  margin-bottom: 4rem;
  overflow: hidden;
  text-align: left;
}
#indexmain #cylist .dcgirls .abcloumn a {
  color: #000;
  font-size: 1.6rem;
  padding: 1.2rem 1.8rem;
  display: inline-block;
  transition: all 0.3s;
}
#indexmain #cylist .dcgirls .abcloumn a.act {
  color: #fff;
  background-color: #3066bf;
}
#indexmain #cylist .dcgirls .abcloumn a:hover {
  color: #fff;
  background-color: #3066bf;
}
#indexmain #cylist .dcgirls .abcloumn a.more {
  float: right;
  color: #fff;
  background-color: #3066bf;
}
#indexmain #cylist .dcgirls .chanye .f-fl:nth-child(2n) {
  margin-left: 2%;
  margin-right: 0;
}
#indexmain #cylist .dcgirls .chanye .boximg {
  background-image: url(../img/cyall1.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 27%;
  position: relative;
  display: flex;
  justify-content: center;
  margin-bottom: 6.5rem;
}
#indexmain #cylist .dcgirls .chanye .boximg .cyname {
  background-color: rgba(0, 0, 0, 0.7);
  padding: 4.2rem;
  width: 100%;
  font-size: 3rem;
  margin-top: 25%;
  text-align: center;
  transition: all 0.3s;
}
#indexmain #cylist .dcgirls .chanye .boximg .cyname a {
  color: #fff;
}
#indexmain #cylist .dcgirls .chanye .boximg .cyname a span {
  font-size: 4rem;
  display: inline-block;
  width: 60px;
  height: 60px;
  background: #3066bf;
  line-height: 52px;
  position: absolute;
  left: 45.6%;
  top: 55%;
  color: #fff;
  font-weight: 500;
  border: 1px solid #fff;
  transition: all 0.3s ;
  transform: scale(0) rotate(360deg);
}
#indexmain #cylist .dcgirls .chanye .boximg:hover .cyname {
  background-color: rgba(48, 102, 191, 0.8);
}
#indexmain #cylist .dcgirls .chanye .boximg:hover .cyname span {
  transform: scale(1) rotate(0deg);
}
#indexmain #cylist .cyshow {
  margin: 5rem 0;
  overflow: hidden;
}
#indexmain #cylist .cyshow .swiper-container {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}
#indexmain #cylist .cyshow .swiper-slide {
  background-size: cover;
  background-position: center;
}
#indexmain #cylist .cyshow .gallery-top {
  height: 80%;
  width: 100%;
}
#indexmain #cylist .cyshow .gallery-top .swiper-slide {
  padding-bottom: 71%;
}
#indexmain #cylist .cyshow .gallery-thumbs {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}
#indexmain #cylist .cyshow .gallery-thumbs .swiper-slide {
  min-height: 200px;
}
#indexmain #cylist .cyshow .gallery-thumbs .swiper-slide {
  height: 100%;
  opacity: 0.4;
}
#indexmain #cylist .cyshow .gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}
#indexmain #cylist .cyshow .ddtit {
  background-image: url(../img/cyshowtitbg.jpg);
  background-repeat: no-repeat;
  background-position: center 49%;
  line-height: 3.1;
  text-indent: 2em;
  font-size: 4rem;
  margin-bottom: 5rem;
  border-bottom: 3px solid #3066bf;
}
#indexmain #cylist .cyshow .ddcons {
  color: #161616;
  padding: 3rem;
  font-size: 2rem;
  text-indent: 2em;
  background-repeat: no-repeat;
  background-position: center 49%;
  background-image: url(../img/cyshowtitbg.jpg);
  border-bottom: 3px solid #3066bf;
}
#indexmain #cylist .cyshow .ddcons span {
  color: #727272;
}
#indexmain #cylist .cyshow .ddcons .infolist {
  line-height: 3.9;
}
#indexmain #cylist .cyshow .cybtn {
  margin-top: 7rem;
  text-align: center;
}
#indexmain #cylist .cyshow .cybtn a {
  color: #fff;
  padding: 1.4rem 5.5rem;
  display: inline-block;
  font-size: 2rem;
  margin-right: 1rem;
  background-color: #3066bf;
}
#indexmain #cylist .cyshow .cybtn a img {
  vertical-align: middle;
  margin-right: 1rem;
}
#indexmain #cylist .cyshow .cyinfosall {
  margin-top: 5rem;
}
#indexmain #cylist .cyshow .cyinfosall .coins {
  width: 90%;
  margin: auto;
  padding: 5rem 0;
}
#indexmain #cylist .cyshow .cynews ul {
  padding: 5rem 0;
}
#indexmain #cylist .cyshow .cynews ul li a {
  display: inline-block;
  transition: all 0.3s;
  width: 100%;
}
#indexmain #cylist .cyshow .cynews ul li a:hover .cynewstit {
  color: #3066bf;
}
#indexmain #cylist .cyshow .cynews ul li a:hover img {
  transform: scale(1.15);
}
#indexmain #cylist .cyshow .cynews ul li .cynewstit {
  margin-top: 2.2rem;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
#indexmain #cylist .cyshow .cynews ul li .img_box {
  position: relative;
  overflow: hidden;
}
#indexmain #cylist .cyshow .cynews ul li .img_box img {
  width: 100%;
  transition: all 1s;
}
#indexmain #cylist .cyshow .cynews ul li .img_box p {
  position: absolute;
  line-height: 3;
  width: 100%;
  bottom: 0;
  font-size: 1.4rem;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.7);
}
/*左侧导航条*/
#fp-nav ul {
  background-image: url(../images/lins.png);
  background-repeat: repeat-y;
  background-position: 16px 34px;
}
#fp-nav.right {
  left: 45px;
  right: auto;
}
#fp-nav ul li {
  margin-bottom: 45px;
}
#fp-nav ul li a span {
  width: 9px;
  height: 9px;
  top: 35%;
  transition: all 0.3s;
  background-color: #fff;
}
#fp-nav ul li a.active span::after {
  display: block;
  position: absolute;
  margin-left: 20px;
  top: -8px;
  color: #fff;
  width: 80px;
  animation: opcity 1s ease ;
}
@keyframes opcity {
  0% {
    margin-top: -10px;
    opacity: 0;
  }
  100% {
    margin-top: 0px;
    opacity: 1;
  }
}

#fp-nav ul li a.active span {
  margin: -3px 0 0 -3px;
  width: 9px!important;
  height: 9px!important;
  border: 2px solid #000!important;
  box-shadow: 0 0 0px 2px #fff;
}
#fp-nav ul li a.active span:hover {
  margin: -3px 0 0 -3px;
  width: 9px!important;
  height: 9px!important;
  border: 2px solid #000!important;
  box-shadow: 0 0 0px 2px #fff;
}
#fp-nav ul li:hover a span {
  width: 9px;
  height: 9px;
  background-color: #fff;
  margin: -3px 0 0 -3px;
  border: 2px solid #000!important;
  box-shadow: 0 0 0px 2px #fff;
}
.header-menu {
  display: flex;
  /*display: none;*/
  background-color: rgba(25, 55, 95, 0.95);
  width: 100%;
  height: 0;
  position: fixed;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  z-index: 10;
  transform: translate(0, -50%) rotateX(90deg);
  top: 64%;
  right: 0;
}
.header-menu.cur {
  /*display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;*/
  z-index: -1;
  height: 100vh;
  transform: translate(0, -50%) rotateX(0);
}
.header-menu .menu-item-content {
  width: calc(100% - 52px);
  height: 100%;
  padding: 24vh 26px 0;
  transition-duration: .5s;
}
.header-menu .menu-item-content:hover {
  background: #163b67;
}
.header-menu .menu-item {
  flex: 1;
  overflow: hidden;
  position: relative;
}
.header-menu .menu-item:after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  right: 0;
  top: 0;
  position: absolute;
  background: rgba(255, 255, 255, 0.05);
}
.header-menu .menu-top-a {
  display: block;
  font-size: 24px;
  line-height: 50px;
  margin-bottom: 32px;
  color: #fff;
  transition-duration: .3s;
}
.header-menu .menu-sub-a {
  display: block;
  font-size: 18px;
  line-height: 50px;
  color: #6687ae;
  transition-duration: .3s;
}
.header-menu .menu-sub-a:before {
  vertical-align: middle;
  display: inline-block;
  width: 0;
  height: 2px;
  background: #fff;
  content: "";
  transition-duration: .3s;
  position: relative;
  top: -2px;
}
.header-menu .menu-sub-a:hover {
  color: #fff;
}
.header-menu .menu-sub-a:hover:before {
  width: 30px;
  margin-right: 6px;
}
.header-menu.cur {
  /*display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;*/
  z-index: 10;
  transform: translate(0, -50%) rotateX(0);
}
.header-menu .menu-item {
  opacity: 0;
  transform: translateX(40px);
  align-items: center;
  transition-duration: .6s;
}
.header-menu .menu-item:first-child {
  transition-delay: .6s;
}
.header-menu .menu-item:nth-child(2) {
  transition-delay: .8s;
}
.header-menu .menu-item:nth-child(3) {
  transition-delay: 1s;
}
.header-menu .menu-item:nth-child(4) {
  transition-delay: 1.2s;
}
.header-menu .menu-item:nth-child(5) {
  transition-delay: 1.4s;
}
.header-menu .menu-item:nth-child(6) {
  transition-delay: 1.6s;
}
.header-menu .menu-item:nth-child(7) {
  transition-delay: 1.8s;
}
.header-menu .menu-item.cur {
  opacity: 1;
  transform: translateX(0);
}
@media (max-width: 1640px) {
  .zbtopnav .nav ul li {
    margin: 0 3%;
  }
}

#indexmain .fp-tableCell{
	vertical-align: top !important;
}
#indexmain .fp-tableCell .center-wrap{
	width: 100%;
	height: 100%;
}
/*左侧导航条*/
#fp-nav ul {
  background-image: url(../images/lins.png);
  background-repeat: repeat-y;
  background-position: 16px 34px;
}
#fp-nav.right {
  left: 45px;
  right: auto;
}
#fp-nav ul li {
  margin-bottom: 45px;
}
#fp-nav ul li a span {
  width: 9px;
  height: 9px;
  top: 35%;
  transition: all 0.3s;
  background-color: #b1b1b1;
}
#fp-nav ul li:nth-child(1) a.active span::after {
  content: "\6c5d\884c\96c6\56e2";
}
#fp-nav ul li:nth-child(2) a.active span::after {
  content: "\96c6\56e2\7b80\4ecb";
}
#fp-nav ul li:nth-child(3) a.active span::after {
  content: "\96c6\56e2\4ea7\4e1a";
}
#fp-nav ul li:nth-child(4) a.active span::after {
  content: "\7cbe\54c1\9879\76ee";
}
#fp-nav ul li:nth-child(5) a.active span::after {
  content: "\96c6\56e2\52a8\6001";
}
#fp-nav ul li:nth-child(6) a.active span::after {
  content: "\8054\7cfb\6211\4eec";
}

#fp-nav ul li a.active span {
  margin: -3px 0 0 -3px;
  width: 9px!important;
  height: 9px!important;
  border: 2px solid #FFF!important;
  box-shadow: 0 0 0px 2px #2f66bf;
  background-color:#2f66bf;
}
#fp-nav ul li a.active span:hover {
  margin: -3px 0 0 -3px;
  width: 9px!important;
  height: 9px!important;
  border: 2px solid #000!important;
  box-shadow: 0 0 0px 2px #2f66bf;
}
#fp-nav ul li:hover a span {
  width: 9px;
  height: 9px;
  background-color: #2f66bf;
  margin: -3px 0 0 -3px;
  border: 2px solid #000!important;
  box-shadow: 0 0 0px 2px #2f66bf;
}
#fp-nav ul li a.active span::after {
  display: block;
  position: absolute;
  margin-left: 20px;
  top: -8px;
  color: #2f66bf;
  width: 80px;
  animation: opcity 1s ease ;
}
/*返回顶部*/
.topback {position: fixed;width: 47px;height: 193px;background: url(../web/img/about/top.png) no-repeat center;right: 5px;bottom: 100px;display: none;}
.topback a {display: block;width: 100%;height: 50%;}

@media (max-width: 980px){
    .zbtopnav .nav .topcall .nav-btn .lines{
      line-height: 1;
      width: 40px;
  }
}